Excel for .NET
Insert(Int32,XLColumn,XLCell[]) メソッド

C1.Excel アセンブリ > C1.Excel 名前空間 > XLColumnCollection クラス > Insert メソッド : Insert(Int32,XLColumn,XLCell[]) メソッド
項目を挿入する位置。
挿入される項目。
挿入される列のセルの配列。
コレクションの特定の位置に XLColumnオブジェクトを挿入します。
シンタックス
'宣言
 
Public Overloads Function Insert( _
   ByVal index As System.Integer, _
   ByVal col As XLColumn, _
   ByVal cells() As XLCell _
) As XLColumn
public XLColumn Insert( 
   System.int index,
   XLColumn col,
   XLCell[] cells
)

パラメータ

index
項目を挿入する位置。
col
挿入される項目。
cells
挿入される列のセルの配列。

戻り値の型

コレクションに追加された項目への参照。
参照

XLColumnCollection クラス
XLColumnCollection メンバ
オーバーロード一覧